(main): Call syms_of_xfaces.
authorRichard M. Stallman <rms@gnu.org>
Sun, 28 Mar 1993 05:20:42 +0000 (05:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 28 Mar 1993 05:20:42 +0000 (05:20 +0000)
src/emacs.c

index c0bec6b793c24e624dda2cc716f157f052f9bea4..ac4f391681acfdb353066fe1d9186c067ca2170f 100644 (file)
@@ -547,6 +547,7 @@ main (argc, argv, envp)
 #ifdef HAVE_X_WINDOWS
       syms_of_xterm ();
       syms_of_xfns ();
+      syms_of_xfaces ();
 #ifdef HAVE_X11
       syms_of_xselect ();
 #endif